home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / keyb / keykill.zip / README.TXT < prev    next >
Text File  |  1989-12-13  |  2KB  |  41 lines

  1. Subject: File 1 of 4 -- Explanations...
  2.  
  3. The following three program listings are taken from the September
  4. 1987 issue of PCResource magazine..  They were developed by Dave Rowell
  5. to handle a couple of problems he encountered.. I think they are worth
  6. mentioning, and using if needed...
  7.  
  8. The first, DEBOOT.BAS, creates a file called DEBOOT.COM.. When run, DEBOOT.COM
  9. is a memory resident routine which traps the CTRL-ALT-DEL (or CTRL-SYSREQ on
  10. certain PCs using BTC keyboards) key sequences.  This effectively disables
  11. the rebooting process.. at least to a point..  In reality, the reboot key
  12. sequence is reassigned to the LEFT SHIFT-ALT-DEL key sequence...  The exciting
  13. thing that I see here, is that this could be incorporated into systems that
  14. shound not be rebooted by the user..  Rowell on the other hand thought it
  15. usefull to those BASIC programmers with BTC keyboards who want to press      
  16. CTRL-BREAK, but end up rebooting through a slip of the finger.. Either way,
  17. if you need it, try it...
  18.  
  19. The second, SCANCODE.BAS is another of Rowell's little utilities.. It takes
  20. his logic a step further, and allows the user to find the scancode of any
  21. key that is pressed..  The program will display the associated scancode on 
  22. the screen after it is selected.. CTRL-ESC to exit from the program... This
  23. also generates a file called SCANCODE.COM which is the final form program 
  24. file...  I see it as worthwhile for those who have nonstandard...
  25.  
  26. The third, KEYKILL.BAS is the third of the set.. Rowell intended it to be used
  27. together with SCANCODE.COM.. The idea here is to provide the user with the
  28. ability to selectively disable certain keys.. up to three at a time..  The
  29. initial run of the program generates KEYKILL.COM..  (However, I suspect if you
  30. elect to change the keys you want to disable, you have to rerun KEYKILL.BAS)
  31. When KEYKILL.BAS is run, it asks for the scancodes of the keys that you want 
  32. to disable.. (which you have previously obtained)..  To avoid entering three,
  33. just press ENTER for each you wish to omit when you are prompted...
  34.  
  35. If you have interest in obtaining more information, Rowell can be contacted
  36. directly at this address:
  37.  
  38.          80 Elm St.
  39.          Peterborough, NH  03458
  40.  
  41.